Function Name: Print String

Definition

Prints the information in the given SE_STRING

Prototype


extern void
SE_PrintString
(
constSE_STRING *value_ptr, (notes)
constchar *name_ptr, (notes)
SE_UINT16 level
);

Parameters Notes

value_ptr

pointer to SE_STRING whose contents are to be printed; if NULL, prints error message and returns to caller

name_ptr

optional; name of value_ptr field at the caller's level

Prev: Print State Mismatch Policy. Next: Print Symbol Format. Up:Index.