Owning Palette: Protocols VIs and Functions
Requires: Base Development System (Windows). This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the IrDA functions to establish a wireless communication link between VIs running on separate computers.
Palette Object | Description |
---|---|
IrDA Close Connection | Closes the open infrared connection to the IrDA device specified by connection ID. |
IrDA Create Listener | Creates a listener for an IrDA connection on a wireless network using the service name and returns listener ID. |
IrDA Discover | Finds any IrDA-enabled devices within a detectable wireless boundary and returns the ID and name of each device and the number of devices detected. |
IrDA Open Connection | Opens an infrared connection to another IrDA-enabled device. |
IrDA Read | Reads the number of bytes specified in bytes to read from the IrDA connection specified in the connection ID. |
IrDA Wait On Listener | Waits for the designated IrDA listener to accept an IrDA network connection. |
IrDA Write | Sends string data to the IrDA connection specified by connection ID. |