Property | Type | Description | |
---|---|---|---|
Dispose | void | ||
Enqueue | void | ||
EnqueuePacket | void | ||
EnqueueReceivedPacket | void | ||
EnqueueSpecificPacket | void | ||
Initialize | void | ||
ListenForConnections | void | ||
PacketProcessing | ArtemisComm.ShipAction2SubPackets | ||
QueueToPacketProcessor | void | ||
RaiseExceptionEncountered | void | ||
RaisePackageReceived | void | ||
RaiseSpecificPacketEvents | void | ||
StartServerConnection | void | ||
Subscribe | void | ||
Unsubscribe | void | ||
conn_BytesReceived | void | ||
conn_Connected | void | ||
conn_ConnectionLost | void | ||
conn_ExceptionEncountered | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Send ( System.Guid connectionID, |
||
Send ( |
||
SendAudioCommandPacket ( System.Guid connectionID, int id, int playOrDismiss ) : void | ||
SendCaptainSelectSubPacket ( System.Guid connectionID, int targetID ) : void | ||
SendCommsOutgoingPacket ( System.Guid connectionID, int recipientType, int recipientID, int messageID, int targetObjectID, int unknown ) : void | ||
SendConvertTorpedoSubPacket ( System.Guid connectionID, TorpedoEnergyConversionTypes direction ) : void | ||
SendDiveRiseSubPacket ( System.Guid connectionID, int delta ) : void | ||
SendEngSendDamconSubPacket ( System.Guid connectionID, int teamNumber, int x, int y, int z ) : void | ||
SendEngSetAutoDamconSubPacket ( System.Guid connectionID, bool damComIsAutonomous ) : void | ||
SendEngSetCoolantSubPacket ( System.Guid connectionID, ShipSystem system, int value ) : void | ||
SendEngSetEnergySubPacket ( System.Guid connectionID, ShipSystem system, float value ) : void | ||
SendFireTubeSubPacket ( System.Guid connectionID, int tubeIndex ) : void | ||
SendGameMasterMessagePacket ( ) : void | ||
SendHelmJumpSubPacket ( System.Guid connectionID, float bearing, float distance ) : void | ||
SendHelmRequestDockSubPacket ( System.Guid connectionID ) : void | ||
SendHelmSetImpulseSubPacket ( System.Guid connectionID, float velocity ) : void | ||
SendHelmSetSteeringSubPacket ( System.Guid connectionID, float turnValue ) : void | ||
SendHelmSetWarpSubPacket ( System.Guid connectionID, int warpFactor ) : void | ||
SendHelmToggleReverseSubPacket ( System.Guid connectionID ) : void | ||
SendLoadTubeSubPacket ( System.Guid connectionID, int tubeIndex, OrdinanceType ordinance ) : void | ||
SendReady2SubPacket ( System.Guid connectionID ) : void | ||
SendReadySubPacket ( System.Guid connectionID ) : void | ||
SendSciScanSubPacket ( System.Guid connectionID, int targetID ) : void | ||
SendSciSelectSubPacket ( System.Guid connectionID, int targetID ) : void | ||
SendSetBeamFreqSubPacket ( System.Guid connectionID, BeamFrequencyTypes frequencyIndex ) : void | ||
SendSetMainScreenSubPacket ( System.Guid connectionID, MainScreenViewTypes value ) : void | ||
SendSetShipSettingsSubPacket ( System.Guid connectionID, DriveType drive, int shipType, int unknown, string shipName ) : void | ||
SendSetShipSubPacket ( System.Guid connectionID, int selectedShip ) : void |
Sends the set ship sub packet.
|
|
SendSetShipSubPacket ( int selectedShip ) : void | ||
SendSetStationSubPacket ( System.Guid connectionID, StationType station, bool isSelected ) : void | ||
SendSetWeaponsTargetSubPacket ( System.Guid connectionID, int tubeIndex ) : void | ||
SendToggleAutoBeamsSubPacket ( System.Guid connectionID ) : void | ||
SendTogglePerspectiveSubPacket ( System.Guid connectionID ) : void | ||
SendToggleRedAlert ( System.Guid connectionID ) : void | ||
SendToggleShields ( System.Guid connectionID ) : void | ||
SendUnloadTubeSubPacket ( System.Guid connectionID, int tubeIndex ) : void | ||
SetPort ( int port ) : void | ||
SetServerHost ( string host ) : void | ||
StartClientConnection ( |
||
StartClientListener ( ) : void |
Method | Description | |
---|---|---|
OnEvent ( EventHandler |
||
OnEvent ( EventHandler |
||
OnEvent ( EventHandler |
Method | Description | |
---|---|---|
Dispose ( bool Disposing ) : void | ||
Enqueue ( Stream stream, System.Guid ID ) : void | ||
EnqueuePacket ( Queue |
||
EnqueueReceivedPacket ( |
||
EnqueueSpecificPacket ( |
||
Initialize ( ) : void | ||
ListenForConnections ( ) : void | ||
PacketProcessing ( ) : ArtemisComm.ShipAction2SubPackets | ||
QueueToPacketProcessor ( ) : void | ||
RaiseExceptionEncountered ( |
||
RaisePackageReceived ( ) : void | ||
RaiseSpecificPacketEvents ( ) : void | ||
StartServerConnection ( ) : void | ||
Subscribe ( |
||
Unsubscribe ( |
||
conn_BytesReceived ( object sender, |
||
conn_Connected ( object sender, |
||
conn_ConnectionLost ( object sender, |
||
conn_ExceptionEncountered ( object sender, ExceptionEventArgs e ) : void |
protected OnEvent ( EventHandler |
||
handler | EventHandler |
|
e | ||
return | void |
protected OnEvent ( EventHandler |
||
handler | EventHandler |
|
e | ExceptionEventArgs | |
return | void |
protected OnEvent ( EventHandler |
||
handler | EventHandler |
|
e | ||
return | void |
public Send ( System.Guid connectionID, |
||
connectionID | System.Guid | |
packet | ||
return | void |
public SendAudioCommandPacket ( System.Guid connectionID, int id, int playOrDismiss ) : void | ||
connectionID | System.Guid | |
id | int | |
playOrDismiss | int | |
return | void |
public SendCaptainSelectSubPacket ( System.Guid connectionID, int targetID ) : void | ||
connectionID | System.Guid | |
targetID | int | |
return | void |
public SendCommsOutgoingPacket ( System.Guid connectionID, int recipientType, int recipientID, int messageID, int targetObjectID, int unknown ) : void | ||
connectionID | System.Guid | |
recipientType | int | |
recipientID | int | |
messageID | int | |
targetObjectID | int | |
unknown | int | |
return | void |
public SendConvertTorpedoSubPacket ( System.Guid connectionID, TorpedoEnergyConversionTypes direction ) : void | ||
connectionID | System.Guid | |
direction | TorpedoEnergyConversionTypes | |
return | void |
public SendDiveRiseSubPacket ( System.Guid connectionID, int delta ) : void | ||
connectionID | System.Guid | |
delta | int | |
return | void |
public SendEngSendDamconSubPacket ( System.Guid connectionID, int teamNumber, int x, int y, int z ) : void | ||
connectionID | System.Guid | |
teamNumber | int | |
x | int | |
y | int | |
z | int | |
return | void |
public SendEngSetAutoDamconSubPacket ( System.Guid connectionID, bool damComIsAutonomous ) : void | ||
connectionID | System.Guid | |
damComIsAutonomous | bool | |
return | void |
public SendEngSetCoolantSubPacket ( System.Guid connectionID, ShipSystem system, int value ) : void | ||
connectionID | System.Guid | |
system | ShipSystem | |
value | int | |
return | void |
public SendEngSetEnergySubPacket ( System.Guid connectionID, ShipSystem system, float value ) : void | ||
connectionID | System.Guid | |
system | ShipSystem | |
value | float | |
return | void |
public SendFireTubeSubPacket ( System.Guid connectionID, int tubeIndex ) : void | ||
connectionID | System.Guid | |
tubeIndex | int | |
return | void |
public SendGameMasterMessagePacket ( ) : void | ||
return | void |
public SendHelmJumpSubPacket ( System.Guid connectionID, float bearing, float distance ) : void | ||
connectionID | System.Guid | |
bearing | float | |
distance | float | |
return | void |
public SendHelmRequestDockSubPacket ( System.Guid connectionID ) : void | ||
connectionID | System.Guid | |
return | void |
public SendHelmSetImpulseSubPacket ( System.Guid connectionID, float velocity ) : void | ||
connectionID | System.Guid | |
velocity | float | |
return | void |
public SendHelmSetSteeringSubPacket ( System.Guid connectionID, float turnValue ) : void | ||
connectionID | System.Guid | |
turnValue | float | |
return | void |
public SendHelmSetWarpSubPacket ( System.Guid connectionID, int warpFactor ) : void | ||
connectionID | System.Guid | |
warpFactor | int | |
return | void |
public SendHelmToggleReverseSubPacket ( System.Guid connectionID ) : void | ||
connectionID | System.Guid | |
return | void |
public SendLoadTubeSubPacket ( System.Guid connectionID, int tubeIndex, OrdinanceType ordinance ) : void | ||
connectionID | System.Guid | |
tubeIndex | int | |
ordinance | OrdinanceType | |
return | void |
public SendReady2SubPacket ( System.Guid connectionID ) : void | ||
connectionID | System.Guid | |
return | void |
public SendReadySubPacket ( System.Guid connectionID ) : void | ||
connectionID | System.Guid | |
return | void |
public SendSciScanSubPacket ( System.Guid connectionID, int targetID ) : void | ||
connectionID | System.Guid | |
targetID | int | |
return | void |
public SendSciSelectSubPacket ( System.Guid connectionID, int targetID ) : void | ||
connectionID | System.Guid | |
targetID | int | |
return | void |
public SendSetBeamFreqSubPacket ( System.Guid connectionID, BeamFrequencyTypes frequencyIndex ) : void | ||
connectionID | System.Guid | |
frequencyIndex | BeamFrequencyTypes | |
return | void |
public SendSetMainScreenSubPacket ( System.Guid connectionID, MainScreenViewTypes value ) : void | ||
connectionID | System.Guid | |
value | MainScreenViewTypes | |
return | void |
public SendSetShipSettingsSubPacket ( System.Guid connectionID, DriveType drive, int shipType, int unknown, string shipName ) : void | ||
connectionID | System.Guid | |
drive | DriveType | |
shipType | int | |
unknown | int | |
shipName | string | |
return | void |
public SendSetShipSubPacket ( System.Guid connectionID, int selectedShip ) : void | ||
connectionID | System.Guid | The connection identifier. |
selectedShip | int | The selected ship. (1-based) |
return | void |
public SendSetShipSubPacket ( int selectedShip ) : void | ||
selectedShip | int | |
return | void |
public SendSetStationSubPacket ( System.Guid connectionID, StationType station, bool isSelected ) : void | ||
connectionID | System.Guid | |
station | StationType | |
isSelected | bool | |
return | void |
public SendSetWeaponsTargetSubPacket ( System.Guid connectionID, int tubeIndex ) : void | ||
connectionID | System.Guid | |
tubeIndex | int | |
return | void |
public SendToggleAutoBeamsSubPacket ( System.Guid connectionID ) : void | ||
connectionID | System.Guid | |
return | void |
public SendTogglePerspectiveSubPacket ( System.Guid connectionID ) : void | ||
connectionID | System.Guid | |
return | void |
public SendToggleRedAlert ( System.Guid connectionID ) : void | ||
connectionID | System.Guid | |
return | void |
public SendToggleShields ( System.Guid connectionID ) : void | ||
connectionID | System.Guid | |
return | void |
public SendUnloadTubeSubPacket ( System.Guid connectionID, int tubeIndex ) : void | ||
connectionID | System.Guid | |
tubeIndex | int | |
return | void |
public StartClientConnection ( |
||
client | ||
return | void |