stringForType() 공개 메소드

Return the type name.
public stringForType ( mamaMsgType type ) : string
type mamaMsgType
리턴 string
예제 #1
0
			public void onMsg (MamaSubscription subscription, MamaMsg msg)
			{
				if (quietness < 1)
				{
					Console.WriteLine("Recieved message of type " + msg.stringForType (msg.getType()) + " for " + subscription.subscSymbol);
				}
			}