|
BroConnectionSendPacket Method |
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public bool SendPacket(
BroPacket packet
)
Public Function SendPacket (
packet As BroPacket
) As Boolean
member SendPacket :
packet : BroPacket -> bool
public boolean SendPacket(
BroPacket packet
)
function SendPacket(packet);
Parameters
- packet
- Type: BroccoliSharpBroPacket
BroPacket to send.
Return Value
Type:
Booleantrue if successful; otherwise,
false.
Exceptions See Also