Genisys  Genisys API 1.9.3
A server software for Minecraft: Pocket Edition with many features
ServerInstance Interface Reference
Inheritance diagram for ServerInstance:
[legend]

Public Member Functions

 openSession ($identifier, $address, $port, $clientID)
 
 closeSession ($identifier, $reason)
 
 handleEncapsulated ($identifier, EncapsulatedPacket $packet, $flags)
 
 handleRaw ($address, $port, $payload)
 
 notifyACK ($identifier, $identifierACK)
 
 handleOption ($option, $value)
 

Member Function Documentation

closeSession (   $identifier,
  $reason 
)
Parameters
string$identifier
string$reason

Implemented in RakLibInterface.

handleEncapsulated (   $identifier,
EncapsulatedPacket  $packet,
  $flags 
)
Parameters
string$identifier
EncapsulatedPacket$packet
int$flags

Implemented in RakLibInterface.

handleOption (   $option,
  $value 
)
Parameters
string$option
string$value

Implemented in RakLibInterface.

handleRaw (   $address,
  $port,
  $payload 
)
Parameters
string$address
int$port
string$payload

Implemented in RakLibInterface.

notifyACK (   $identifier,
  $identifierACK 
)
Parameters
string$identifier
int$identifierACK

Implemented in RakLibInterface.

openSession (   $identifier,
  $address,
  $port,
  $clientID 
)
Parameters
string$identifier
string$address
int$port
string | int$clientID

Implemented in RakLibInterface.


The documentation for this interface was generated from the following file: