interface Plex_MachineInterface

Interface that defines the structure of Plex machines.

Methods

string
getName()

Returns the name of the Plex machine.

string
getAddress()

Returns the IP address of the Plex machine.

integer
getPort()

Returns the port on which the Plex machine listens.

string
getToken()

Returns the token on which the Plex machine listens.

Details

at line 45
string getName()

Returns the name of the Plex machine.

Return Value

string The name of the Plex machine.

at line 52
string getAddress()

Returns the IP address of the Plex machine.

Return Value

string The IP address of the Plex machine.

at line 59
integer getPort()

Returns the port on which the Plex machine listens.

Return Value

integer The port on which the Plex machine listens.

at line 66
string getToken()

Returns the token on which the Plex machine listens.

Return Value

string The token on which the Plex machine listens.