|
BroSubnetAddressBytes Property |
Gets address bytes, in network order, of this
BroSubnet.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public byte[] AddressBytes { get; }
Public ReadOnly Property AddressBytes As Byte()
Get
member AddressBytes : byte[] with get
/** @property */
public byte[] get_AddressBytes()
function get_AddressBytes();
Property Value
Type:
ByteRemarks
Returns bytes of the
sn_net value from the
bro_subnet structure.
See Also