Click or drag to resize
BroccoliSharp BroSubnetAddressBytes Property
Gets address bytes, in network order, of this BroSubnet.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public byte[] AddressBytes { get; }

Property Value

Type: Byte
Remarks
Returns bytes of the sn_net value from the bro_subnet structure.
See Also