Klasse DBT.DEV_BROADCAST_PORT

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.DBT.DEV_BROADCAST_PORT
Umschließende Schnittstelle:
DBT

@FieldOrder({"dbcp_size","dbcp_devicetype","dbcp_reserved","dbcp_name"}) public static class DBT.DEV_BROADCAST_PORT extends Structure
The Class DEV_BROADCAST_PORT.
  • Felddetails

    • dbcp_size

      public int dbcp_size
      The dbcp_size.
    • dbcp_devicetype

      public int dbcp_devicetype
      The dbcp_devicetype.
    • dbcp_reserved

      public int dbcp_reserved
      The dbcp_reserved.
    • dbcp_name

      public byte[] dbcp_name
      The dbcp_name.
  • Konstruktordetails

    • DEV_BROADCAST_PORT

      public DEV_BROADCAST_PORT()
      Instantiates a new dev broadcast port.
    • DEV_BROADCAST_PORT

      public DEV_BROADCAST_PORT(Pointer memory)
      Instantiates a new dev broadcast port.
      Parameter:
      memory - the memory
  • Methodendetails

    • read

      public void read()
      Beschreibung aus Klasse kopiert: Structure
      Reads the fields of the struct from native memory
      Setzt außer Kraft:
      read in Klasse Structure
    • getDbcpName

      public String getDbcpName()
      Gets the dbcc_name.
      Gibt zurück:
      the dbcp_name