UNPKG

aes70

Version:

A controller library for the AES70 protocol.

24 lines (22 loc) 626 B
/* * This file has been generated. */ export class OcaNetworkSystemInterfaceID { /** * ID of a system interface used by a network. Format is data network type * dependent. * @class OcaNetworkSystemInterfaceID */ constructor(SystemInterfaceHandle, MyNetworkAddress) { /** * Operating system handle for the interface the network uses to do I/O. * @type Uint8Array */ this.SystemInterfaceHandle = SystemInterfaceHandle; /** * The data network address that corresponds to this system interface. * @type Uint8Array */ this.MyNetworkAddress = MyNetworkAddress; } }