Property | Type | Description | |
---|---|---|---|
DirectlyConnectedBroadcast | |||
GlobalBroadcast |
Method | Description | |
---|---|---|
Address ( ushort network, |
Constructs a new address instance
|
|
Equals ( object obj ) : bool |
Checks to see if this object is equal to another
|
|
GetHashCode ( ) : int |
Retrieves a hashcode suitable for this object
|
|
IsDirectedlyConnectedBroadcast ( ) : bool |
Determines whether this address is a directly connected broadcast address
|
|
IsGlobalBroadcast ( ) : bool |
Determines whether this address is a global broadcast address
|
|
operator ( ) : bool |
Compares two addresses to determine if they are inequal
|
public Address ( ushort network, |
||
network | ushort | The network number of the address |
mac | The mac address of the address | |
return | System |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare to |
return | bool |
public IsDirectedlyConnectedBroadcast ( ) : bool | ||
return | bool |
public static Address,BACnet.Core.Network DirectlyConnectedBroadcast | ||
return |