Function testString [src]

Verifies that all characters in a string can be output to the target device.

Prototype

pub fn testString(self: *const SimpleTextOutput, msg: [*:0]const u16) Status

Parameters

self: *const SimpleTextOutputmsg: [*:0]const u16

Source

pub fn testString(self: *const SimpleTextOutput, msg: [*:0]const u16) Status { return self._test_string(self, msg); }