-
Notifications
You must be signed in to change notification settings - Fork 7
RMC Server Info Service
michal-kapala edited this page Apr 12, 2024
·
1 revision
Custom RMC service for server time information.
Method ID | Method Name |
---|---|
1 | RequestServerInfo |
2 | GetServerLocalTime |
3 | GetServerGMTime |
4 | GetServerTime |
5 | GetServerUTCTime |
Empty request.
Type | Name |
---|---|
GR5_TimeInfo | _localTime |
GR5_TimeInfo | _gmTime |
GR5_TimeZoneInfo | _timeZone |
Empty request.
Type | Name |
---|---|
GR5_TimeInfo | _time |
Empty request.
Type | Name |
---|---|
GR5_TimeInfo | _time |
Empty request.
Type | Name |
---|---|
GR5_TimeInfo | _localTime |
GR5_TimeInfo | _gmTime |
Empty request.
Type | Name |
---|---|
Double | _utcTime |
Type | Name |
---|---|
Uint32 | u32Year |
Uint32 | u32Month |
Uint32 | u32Day |
Uint32 | u32Hour |
Uint32 | u32Minute |
Uint32 | u32Second |
Uint32 | u32Weekday |
Uint32 | u32Yearday |
Int32 | i32DST |
Type | Name |
---|---|
String | szTimeZone |
String | szDstTimeZone |
Int32 | i32DST |