nn::nex::DirectStream::GetInstance Member Function

Syntax

static DirectStream * GetInstance();

Parameters

None.

Return Values

Returns a pointer to a DirectStream object.

Description

Gets an instance of DirectStream.

If the NetZ object is not generated yet, NULL is returned. If the NetZ object was created normally, this function does not return a NULL pointer.

Revision History

2014/01/15
Added that NULL is returned if the state was not generated by NetZ.
2013/07/16
Noted that the function must be called after creating a NetZ instance.
2012/04/10
Initial version.

CONFIDENTIAL