|
BroSubnet Constructor (BroAddress, UInt32) |
Creates a new
BroSubnet from existing Bro
address and
width.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public BroSubnet(
BroAddress address,
uint width
)
Public Sub New (
address As BroAddress,
width As UInteger
)
new :
address : BroAddress *
width : uint32 -> BroSubnet
public BroSubnet(
BroAddress address,
UInt32 width
)
BroccoliSharp.BroSubnet = function(address, width);
Parameters
- address
- Type: BroccoliSharpBroAddress
BroAddress of subnet. - width
- Type: SystemUInt32
Width of address to consider.
Exceptions See Also