tcMenuJavaAPI
Public Member Functions | Static Public Attributes | List of all members
com.thecoderscorner.menu.remote.RemoteInformation Class Reference

Public Member Functions

 RemoteInformation (String name, UUID uuid, int serialNumber, int major, int minor, ApiPlatform platform)
 
String getName ()
 
UUID getUuid ()
 
ApiPlatform getPlatform ()
 
int getMajorVersion ()
 
int getMinorVersion ()
 
int getSerialNumber ()
 
String toString ()
 

Static Public Attributes

static final RemoteInformation NOT_CONNECTED = new RemoteInformation("", UUID.randomUUID(), 0, -1, -1, ApiPlatform.JAVA_API)
 

Detailed Description

Represents the remote connection details, such as name and version.

Member Function Documentation

◆ getMajorVersion()

int com.thecoderscorner.menu.remote.RemoteInformation.getMajorVersion ( )

the major version of the remote host

◆ getMinorVersion()

int com.thecoderscorner.menu.remote.RemoteInformation.getMinorVersion ( )

the minor version of the remote host

◆ getName()

String com.thecoderscorner.menu.remote.RemoteInformation.getName ( )

the name of the remote

◆ getPlatform()

ApiPlatform com.thecoderscorner.menu.remote.RemoteInformation.getPlatform ( )

the platform type of the remote host

◆ getSerialNumber()

int com.thecoderscorner.menu.remote.RemoteInformation.getSerialNumber ( )

the serial number

◆ getUuid()

UUID com.thecoderscorner.menu.remote.RemoteInformation.getUuid ( )
Returns
the uuid of the remote party

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