C# Mine
ContentsIndexHome
PreviousUpNext
MineServer.RegisterGateway Method

Adds the gateway to the servers list of valid objects

Syntax
C#
public void RegisterGateway(Gateway gateway);
Parameters 
Description 
Gateway gateway 
Gateway object 
Exceptions 
Description 
ArgumentNullException 
Parameter "gateway" is null 
ArgumentException 
There is already a gateway registered with the same gatewayID, or gatewayID property of gateway is not valid (Zero is not a valid gatewayID)  
Copyright (c) 2022. All rights reserved.
What do you think about this topic? Send feedback!