A function ID for an SDL RPC
The shared object for pulling function id information
+ (nonnull instancetype)sharedInstance;
class func sharedInstance() -> Self
Gets the function name for a given SDL RPC function ID
- (nullable SDLRPCFunctionName)functionNameForId:(UInt32)functionID;
func functionName(forId functionID: UInt32) -> SDLRPCFunctionName?
A function ID @returns An SDLRPCFunctionName
Gets the function ID for a given SDL RPC function name
- (nullable NSNumber<SDLInt> *)functionIdForName:
(nonnull SDLRPCFunctionName)functionName;
func functionId(forName functionName: SDLRPCFunctionName) -> (NSNumber & SDLInt)?
The RPC function name