Module org.jnetpcap
Package org.jnetpcap

Class SockAddr.IrdaSockAddr

java.lang.Object
org.jnetpcap.SockAddr
org.jnetpcap.SockAddr.IrdaSockAddr
Enclosing class:
SockAddr

public static final class SockAddr.IrdaSockAddr extends SockAddr
The structure of sockaddr_irda, used with AF_IRDA sockets on windows (winsock2.h) to access link-layer information.
  • Method Details

    • serviceName

      public String serviceName()
      String specifying the service name.
      Returns:
      service name
    • deviceId

      public byte[] deviceId()
      A 4-byte device identifier for the IrDA device.
      Returns:
      device id
    • toString

      public String toString()
      String representation of the structure field values.
      Overrides:
      toString in class SockAddr
      Returns:
      the string
      See Also: